'#---------------------------------------------------------#'
'#---------------------------------------------------------#'
'2022-12-19 23:54:21.787214'
--------------------------------------------------------------------------- NameError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_7096/592832664.py in <module> 27 At = pd.to_datetime(Anic.date) 28 ---> 29 ax.plot(At, 100*(Anic.Equity/Anic.iloc[0].Equity-1), label='ANIC '+str(100*round(ret[len(ret)-1]-1, 4))+ '%', c='r') 30 ax.set_ylabel('Return %') 31 ax.set_xlabel('Time') NameError: name 'ret' is not defined
<matplotlib.legend.Legend at 0x15627f25df0>
<matplotlib.legend.Legend at 0x15628198e50>